home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
msdos_30.lha
/
MSDOS_30
/
DOS6
/
MSDOS
< prev
next >
Wrap
AmigaDOS Script File
|
1995-09-27
|
2KB
|
94 lines
.key REMOVE/S
.bra {
.ket }
; $VER: MS-DOS-6 V3.0 (27.9.95)
Echo " "
;Did they want it REMOVE-ing?
If {REMOVE} EQ REMOVE
If Exists "RAM:MSDOS.ON" ;Check it's already installed!
Delete >NIL: "RAM:MSDOS.ON" ;UN-install it!!
Path DOS6: remove
Echo "MS-DOS removed!"
Echo " "
Quit >NIL: ;Break from this script!
EndIf
EndIf
Echo "Starting MS-DOS..."
;Start up MS-DOS, by adding the DOS6: command path, & CLI prompt..
Path DOS6: add
Prompt "%S> "
;Set loadsa command ALIASes, so that DOS6's commands are installed over AmigaDOS
Assign A: DF0: PATH
Assign B: DF1: PATH
Alias Attrib Protect [] quiet
Alias Buffers Addbuffers
Alias Call C:Execute
Alias Cd/ Cd /
Alias Cd\ Cd /
Alias Cd.. Cd /
Alias Chdir Cd
Alias ChkDsk Diskdoctor
Alias Choice Ask
Alias Cls Echo ""
Alias Country Setmap
Alias DeFrag Reorg
Alias Del Delete [] quiet
Alias Dir DF ANSI NOICONS LIST WEEKDAYS
Alias Dir, DF ANSI LIST WEEKDAYS
Alias Dir/w DF WIDE ANSI NOICONS
Alias Dir/a DF ANSI LIST NOMUFS WEEKDAYS
Alias Dir/w/a DF WIDE ANSI
Alias Dir/a/w DF WIDE ANSI
Alias DosVer Type DOS6:DOSVER.TXT
Alias Edlin $EDITOR
Alias Erase Delete [] force quiet
Alias Expand LHA x -a ;Requires LHA!
Alias Exit EndCLI >NIL:
Alias FDisk SYS:Tools/HDToolBox
Alias FF Search : [] all nonum quiet quick file ;Emulates the NORTON file-find!
Alias Find Search #? [] nonum quiet quick ;Searches for a string!
Alias Format Execute Dos6:Format
Alias Goto Skip [] BACK ;Back function KS3.0 UP
Alias Install Resident
Alias KeyBuk Echo " "
Alias List DF LIST ANSI NOICONS
Alias ListCommands Type Dos6:ListCommands
Alias MakeDir DOS6:MakeDir
Alias Md DOS6:Makedir
Alias Mem Avail
Alias MKDir DOS6:Makedir
Alias Mode Prefs:Preferences
Alias Pause Ask "Press [RETURN] to continue..."
Alias PConsole Run >NIL: SYS:WBStartup/Printmanager ;Needs printmanager
Alias Print Printfiles -f
Alias QCd Cd []#?
Alias Rd Delete [] quiet
Alias Rem ;
Alias Ren Rename
Alias RmDir Execute DOS6:DelTree
Alias Set Setenv
Alias SetVer Version
Alias Stacks Stack
Alias Ver Type DOS6:DOSVER.TXT
Alias Vol Which
Alias VSafe Virus_Checker n ;Needs VC
Alias XCopy "Copy CLONE [] all quiet noreq"
;Show MS-DOS version
Type DOS6:DOSVER.TXT
;Set a flag in RAM just to say that MS-DOS is installed
Echo >"RAM:MSDOS.ON" "MS-DOS Loaded"
Echo " "
;Install DOSKEY (MS-DOS version of alias!)
Alias DOSKey Alias
Echo "DOSKEY Installed."
Echo " "